API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / CreateDisplayList Method / CreateDisplayList(Page[]) Method
Pages, of which a graphical representation should be created.

In This Topic
    CreateDisplayList(Page[]) Method
    In This Topic
    Creates a display list for an array of page. Removes the representation of previously displayed objects when creating a new list.
    Syntax
    public void CreateDisplayList( 
       Page[] pagesToDisplay
    )
    public:
    void CreateDisplayList( 
       array<Page^>^ pagesToDisplay
    ) 

    Parameters

    pagesToDisplay
    Pages, of which a graphical representation should be created.
    Exceptions
    ExceptionDescription
    A null reference is passed to a parameter.
    An error occurred, when creating the display list.
    See Also